.wy-side {
  position: fixed;
  bottom: 0;
  right: 10%;
  z-index: 9; }
  .wy-side .wy-side-con {
    position: absolute;
    bottom: 150px;
    right: 0;
    box-shadow: 0 0 40px -10px rgba(0, 0, 0, 0.14);
    transform: translateX(150%); }
    .wy-side .wy-side-con .con-con {
      width: 60px;
      text-align: center;
      padding: 10px 15px;
      background-color: #ffffff;
      border-bottom: 1px solid #eeeeee;
      position: relative; }
      .wy-side .wy-side-con .con-con:hover .con-con-icon {
        color: var(--vice-color, #fa352f);
        opacity: 0; }
      .wy-side .wy-side-con .con-con:hover .con-con-tip {
        opacity: 1;
        transform: translate(-50%, -50%); }
      .wy-side .wy-side-con .con-con:hover .con-con-float {
        display: block; }
      .wy-side .wy-side-con .con-con .con-con-icon {
        font-size: 20px;
        color: var(--main-color, #DF352F);
        transition: all 0.3s;
        cursor: pointer;
        position: relative; }
      .wy-side .wy-side-con .con-con .con-con-tip {
        font-size: 12px;
        color: var(--main-color, #DF352F);
        transition: all 0.3s;
        cursor: pointer;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, 0);
        opacity: 0; }
      .wy-side .wy-side-con .con-con .con-con-float {
        display: none;
        padding-right: 20px;
        text-align: center;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(-100%, -50%);
        animation: leftToRight 0.3s; }
        .wy-side .wy-side-con .con-con .con-con-float .text {
          border-radius: 5px;
          padding: 20px 15px;
          background-color: #f7f7f7;
          color: #76808a;
          white-space: nowrap;
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
        .wy-side .wy-side-con .con-con .con-con-float .ewm {
          border-radius: 5px;
          width: 150px;
          padding: 10px;
          background-color: #f7f7f7;
          box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.2); }
          .wy-side .wy-side-con .con-con .con-con-float .ewm img {
            width: 100%; }
        .wy-side .wy-side-con .con-con .con-con-float:after {
          content: '';
          width: 0;
          height: 0;
          border: 10px solid transparent;
          border-bottom: 10px solid #f7f7f7;
          position: absolute;
          right: 0;
          top: 50%;
          transform: rotate(90deg) translate(-100%, 10%); }

@keyframes leftToRight {
  from {
    transform: translate(-120%, -50%); }
  to {
    transform: translate(-100%, -50%); } }

/*# sourceMappingURL=side.css.map */
